home *** CD-ROM | disk | FTP | other *** search
- #ifndef _qed_debug_h_
- #define _qed_debug_h_
-
-
- /* Möglichkeiten: Con, TCON, DBW, Datei, Modem1, Modem2, Seriell1, Seriell2, Prn */
-
- /*#define DEBUG Con*/
- /*#define DEBUG TCON*/
- /*#define DEBUG Datei*/
- #undef DEBUG
-
- #ifdef DEBUG
- #include "..\cflib\debug.h"
- #if DEBUG == Datei
- #define DEBUGFILE "i:\\qed-debug.log"
- #else
- #define DEBUGFILE NULL
- #endif /* Datei */
- #endif /* DEBUG */
-
- #endif
-